A text information that is returned from the word wrap range.
Beyond the information with line and width, it also has a cache.
This cache is used for optimization in both kerning and associative array
lookup. This can make a big difference by having a single lookup instead of
2. The lookup is the slowest part of text rendering, which makes this a lot faster.
A text information that is returned from the word wrap range. Beyond the information with line and width, it also has a cache. This cache is used for optimization in both kerning and associative array lookup. This can make a big difference by having a single lookup instead of 2. The lookup is the slowest part of text rendering, which makes this a lot faster.